home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 019a / templmac.zip / README next >
Text File  |  1991-03-27  |  2KB  |  50 lines

  1.  
  2.  
  3.                              TEMPLATE MACRO
  4.                              --------------
  5.  
  6. Author:      Tim Farley
  7.  
  8. Description: This macro will use a template file 'TEMPLATE.Q' and
  9.              complete the structure that you are starting.
  10.  
  11.                             CONTENTS OF FILE
  12.                             ----------------
  13.  
  14. TEMPLATE.QM     File containing the macro.
  15. TEMPLATE.MAC    Compiled macro
  16. TEMPLATE.PAS    PASCAL Template
  17. TEMPLATE.C      C Template
  18. TEMPLATE.DB     DBASE Template
  19. README          This file
  20.  
  21.                               USE OF MACRO
  22.                               ------------
  23.  
  24. Use the DOS COPY Command to make a template file.  For example type:
  25.  
  26. COPY TEMPLATE.??? TEMPLATE.Q
  27.                ^--- ??? = the extension of the Template file you
  28.                           want to use.
  29.  
  30. Load the macro either from the command line, or by using the pull down
  31. menus.  Then you can start a structure and press <`>, and the macro will
  32. load the template and get the structure and place it at your present
  33. position.  For example using the C Template:
  34.  
  35. Type "ma" then pressing the <`> would give you
  36.  
  37. void main ( void )
  38. {           ^------Placing the cursor here so you can add parameters.
  39. }
  40.  
  41.  
  42.  
  43.                                 HISTORY
  44.                                 -------
  45.  
  46. Written: 24-May-1989
  47. Revised: 29-June-1989    Fixed behavior on top line of file.
  48. Revised: 16-March-1990   Takes advantage of QEdit 2.1 features.
  49. Revised: 19-March-1990   Better handling of dBase stuff.  Comments.
  50.